home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / drivers / sio126.arj / HISTORY.TXT next >
Text File  |  1994-01-08  |  12KB  |  313 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                Revision History
  7.  
  8.  
  9.       The following changes/additions were made in internal build
  10.       0.113.
  11.  
  12.            The initialization procedure for enabling the FIFOs of the
  13.            16550 was changed as per directions from StarTech.  The
  14.            StarTech 16550 is used in many Practical Peripherals modems. 
  15.            This change may correct overrun and hanging problems for
  16.            other users.  User reports indicate that the FIFOs
  17.            initialization problem may go beyond the StarTech 16550 and
  18.            thus, solve problems for users of other 16550s.
  19.  
  20.       The following changes/additions were made in internal build
  21.       0.114.
  22.  
  23.            Additions to force enabling of comm ports for VMBs under
  24.            2.1GA.
  25.  
  26.            Version number was changed to α1.01
  27.  
  28.       The following changes/additions were made in internal build
  29.       0.115.
  30.  
  31.            The Interrupt Service Routine (ISR) was improved to insure
  32.            that all pending interrupts of all ports sharing the same
  33.            IRQ are serviced.
  34.  
  35.       The following changes/additions were made in internal build
  36.       0.116.
  37.  
  38.            Additional changes to decrease the processing time of the
  39.            Interrupt Service Routine.
  40.  
  41.       The following changes/additions were made in internal build
  42.       0.117.
  43.  
  44.            Additional information added to the boot time banner.
  45.  
  46.            Changed the version number to 1.02.
  47.  
  48.       The following changes/additions were made in internal build
  49.       0.118.
  50.  
  51.            Corrected erroneous sending of XON when receive flow control
  52.            was enabled.
  53.  
  54.            Added code to clear the UART's FIFOs during initial file
  55.            open.
  56.  
  57.  
  58.  
  59.  
  60.  
  61.       The following changes/additions were made in internal build
  62.       0.119.
  63.  
  64.            Corrected a problem with hardware flow control for DOS
  65.            processes.  This problem showed up most often in windowed
  66.            DOS programs.
  67.  
  68.            Removed code specific to the March, 1993 beta of OS2.
  69.  
  70.            Added support for installable and removable communications
  71.            devices, eg PCMCIA.
  72.  
  73.            Some users of VX00 will see improved performance from FOSSIL
  74.            aware DOS programs.
  75.  
  76.       The following changes/additions were made in internal build
  77.       0.120.
  78.  
  79.            Code added to allow I/O port mapping to DOS sessions.
  80.  
  81.       The following changes/additions were made in internal build
  82.       0.121. 7/28/93 14:00pm
  83.  
  84.            Corrected a problem that would cause the system to hang if
  85.            an SIO command line error was detected.
  86.  
  87.            Additional code added for "hot plugging" of PCMCIA comm
  88.            ports.  Users of PCMCIA comm devices should not remove those
  89.            devices while a comm program active.  Many comm application
  90.            programs can not cope with the modem being removed.  Your
  91.            system may lock up if you remove a modem while a comm
  92.            application program is active.
  93.  
  94.            Changed the way virtual CTS is handled.  In previous
  95.            versions, the virtual CTS was always on.  Under appropriate
  96.            conditions, the virtual CTS will now be turned off.
  97.  
  98.       The following changes/additions were made in internal build
  99.       0.122. 8/14/93 14:20
  100.  
  101.            Corrected a problem in the internal (to SIO) shared
  102.            interrupt chain.  This problem would cause the system to
  103.            lock up when the third device checked in on the same IRQ.
  104.  
  105.            Added command line options for PCMCIA.
  106.  
  107.  
  108.  
  109.  
  110.       The following changes/additions were made in internal build
  111.       0.123. 8/18/93 19:05
  112.  
  113.            Added code to wake sleeping receive threads when a Flush
  114.            Input command is received.  This additional code allows HA/5
  115.            Version 3.1 to work with SIO.
  116.  
  117.            Changed the version number to 1.10 and released it for
  118.            downloading.
  119.  
  120.       The following changes/additions were made in internal build
  121.       0.124. 8/28/93 14:50
  122.  
  123.            Corrected a serious error in SIO.  This problem could show
  124.            up in almost any way.  The most common symptom is/was trap
  125.            000e and inordinate processor overhead when comm is active.
  126.  
  127.       0.125. 9/09/93 08:15
  128.  
  129.            Changed version number to 1.11
  130.  
  131.            Corrected problem associated with generating a virtual
  132.            transmit interrupt.  This problem was introduced with the
  133.            released version 1.10.  It broke PCBoard, among others.
  134.  
  135.            Added DTR/DSR handshaking.  It seems that several printers
  136.            requires this type of handshaking.  This addition
  137.            necessitated the addition of the DOS Setting
  138.            SIO_Virtual_DTR_is_HS.  This new DOS setting is the first
  139.            SIO setting that should normally be off.  When a DOS or
  140.            Windows session is using DTR/DSR handshaking, this setting
  141.            should be turned on.  The HP laser printers are the only
  142.            devices that I know of (or ever heard of) that use DTR/DSR
  143.            hardware handshaking.  All modems that I know of use RTS/CTS
  144.            hardware handshaking.
  145.  
  146.       0.126 09/22/93
  147.  
  148.            Corrected problems that were introduced when the PCMCIA code
  149.            was added and released in V1.10.  These problems caused
  150.            several DOS and Windows programs to work poorly or not at
  151.            all.  These problems also caused some DOS and Windows comm
  152.            programs to use inordinate amounts of processor time.
  153.  
  154.            Changed the version ß1.13.
  155.  
  156.            Corrected a problem in the FOSSIL implementation of VX00. 
  157.            Some FOSSIL aware programs that previously did not work
  158.            under VX00 may now work.
  159.  
  160.  
  161.  
  162.  
  163.  
  164.       0.127 09/30/93 17:20
  165.  
  166.            Changed version number to 1.15 and released.
  167.  
  168.            Added DOS settings to allow for individual mode settings for
  169.            each DOS session.  The DOS Settings SIO_Virtual_RTS_is_HS
  170.            and SIO_Virtual_DTR_is_HS have been removed.  Their function
  171.            is more completely covered in the new DOS Settings.
  172.  
  173.            Optimized code to eliminate unnecessary virtual transmit
  174.            interrupts.  This change should cut down the amount of
  175.            overhead placed upon the system by DOS and Windows comm
  176.            programs.
  177.  
  178.            Changed the way the DCB is processed so that CTS may be
  179.            ignored (if instructed by the DCB) even when RTS is a
  180.            handshake signal.
  181.  
  182.            Previously, SIO would force RTS/CTS handshaking if the baud
  183.            rate is locked in the command line.  The forcing of RTS/CTS
  184.            handshaking has been removed.
  185.  
  186.            A flow control problem that showed up on some systems has
  187.            been corrected.  The flow control problem most often showed
  188.            up at transmission simply stopping.  This problem was
  189.            introduced when the DTR/DSR handshaking was added.
  190.  
  191.            Added the "SIO_Share_Access_With_OS/2" DOS setting.
  192.  
  193.            Changed version number to 1.20.
  194.  
  195.       0.129 10/30/93 12:30
  196.  
  197.            Added code to support SU's VIRT command and additional
  198.            information from the ABOUT command.  It should be noted that
  199.            SU's MODE command will show the mode of an active comm
  200.            program, and that SU's output can be redirected to a disk
  201.            file.  For example SU 1 MODE > XXXX will direct SU's output
  202.            to a file named XXXX.  When submitting a problem report, one
  203.            should use SU's mode command while the problem program is
  204.            active and include the information in the problem report.
  205.  
  206.            A new DOS setting has been added, SIO_Idle_Sensitivity. 
  207.            This setting parallels the IDLE_SENSITIVITY setting of OS/2
  208.            to some degree, but the new SIO setting applies only to DOS
  209.            comm and not to the system in general.  Lowering the value
  210.            of this setting will increase the processor time made
  211.            available to other processes.  However, setting the value
  212.            too low will screw up the operation of some DOS comm
  213.            programs.  Setting the value to 100 (the default) will cause
  214.            SIO to use its previous methods of releasing processor time
  215.            (which are not very good).
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.                Added code to support SU's new CLOSE command.  The CLOSE
  225.                command attempts to force a DOS session to release a comm
  226.                port.
  227.  
  228.                The method in which the SIO_Mode setting are implemented has
  229.                been changed.  These settings specify only the initial mode
  230.                settings to use for a DOS session.  Changes made to the mode
  231.                (via a MODE or other command) within the DOS session are no
  232.                longer lost.  The SIO_Mode settings isolate the DOS VDM's
  233.                mode from that of OS/2 sessions in all but one case.  The
  234.                one case is when the port is already opened when DOS first
  235.                accesses it.  In this one case, the SIO_Mode settings are
  236.                not applied.  Except for this one case, one should view OS/2
  237.                as having its mode settings and DOS sessions as having an
  238.                independent group of mode settings. 
  239.  
  240.                Corrected a problem in the SIO_Mode_Xon/Xoff implementation. 
  241.                If this setting enabled the sending of Xon/Xoff, then under
  242.                some conditions, an Xon would not be sent following the
  243.                sending of an Xoff.  This problem only applied to DOS
  244.                programs using the above DOS Setting.
  245.  
  246.           0.130 11/16/93 12:00
  247.  
  248.                Code added to SIO.SYS to support PMLM.EXE.  PMLM.EXE is a
  249.                line monitoring program similar to X00's BOB.EXE.
  250.  
  251.                Corrected a problem that would cause erroneous "Port in use"
  252.                errors from a DOS session if sharing with OS2 sessions was
  253.                disabled.
  254.  
  255.                Added the "SIO_Screen_Sync_Kludge" DOS setting.  Some DOS
  256.                BBS programs (such as Wildcat) and many DOS Door programs
  257.                attempt to synchronize the screen output with transmitted
  258.                data.  This plays havoc with a multi tasking system like
  259.                OS/2 and results in very slow transmitted data.  When this
  260.                setting is on, an attempt is made to fake out these
  261.                misbehaved programs and allow them to run at normal transmit
  262.                speed.  This setting should not be turned on unless you
  263.                experience VERY slow transmission from a DOS program.
  264.  
  265.                Corrected a problem in SIO with sending break.  At high bit
  266.                rates, SIO would lock the entire system if a break was sent. 
  267.                That problem has been corrected.
  268.  
  269.                Added a warning message at load time about possible IRQ
  270.                conflicts with other device drivers.
  271.  
  272.                Added code to support SU's IRQ usage report.
  273.  
  274.                Corrected a problem that caused an opened comm port to
  275.                lockup when the SU IRQS command is used.
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.                Added additional FOSSIL baud rates to function 1Eh.  See
  284.                X00REF.DOC in X00153A.ZIP for additional information.
  285.  
  286.                Corrected a problem in SU with enable/disable commands. 
  287.                Enable now works following a disable.
  288.  
  289.                Added the Lock command to SU, allowing a locked baud rate to
  290.                be reset or unlocked.
  291.  
  292.                VSIO.SYS will now refuse to load if COM.SYS has been loaded.
  293.  
  294.           0.131 12/22/93 18:00
  295.  
  296.                Changed version to 1.24 and released.
  297.  
  298.                MERRY CHRISTMAS!!!!
  299.  
  300.                ß1.25a.
  301.                     Changed that way the EOI is issued to the interrupt
  302.                     controller.  This may clear up clear up stack overflows
  303.                     on some systems. 
  304.  
  305.                VSIO no longer turns off virtual CTS.  CTS now always
  306.                appears on to DOS and Windows programs that access a comm
  307.                port via VSIO.
  308.  
  309.                Corrected a problem with the Screen_Sync_Kludge
  310.                setting.  It never worked in previous vrsions.
  311.  
  312.  
  313.